net/http.http2Transport.vlogf (method)
7 uses
net/http (current package)
h2_bundle.go#L7644: t.vlogf("http2: Transport failed to get client conn for %s: %v", addr, err)
h2_bundle.go#L7655: t.vlogf("RoundTrip retrying after failure: %v", roundTripErr)
h2_bundle.go#L7664: t.vlogf("RoundTrip retrying after failure: %v", roundTripErr)
h2_bundle.go#L7673: t.vlogf("RoundTrip failure: %v", err)
h2_bundle.go#L7844: t.vlogf("http2: Transport creating client conn %p to %v", cc, c.RemoteAddr())
h2_bundle.go#L10101: cc.t.vlogf(format, args...)
h2_bundle.go#L10104: func (t *http2Transport) vlogf(format string, args ...interface{}) {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |